home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / kickstart tools / softboot3.31 / proto.h < prev    next >
Text File  |  1996-04-07  |  494b  |  26 lines

  1. /* Prototypes for functions defined in
  2. SoftBoot.c
  3.  */
  4.  
  5. int CXBRK(void);
  6.  
  7. static BOOL striequ(char *,char *);
  8.  
  9. void WallFreeMem(void *, ULONG );
  10.  
  11. void exit2(ULONG);
  12.  
  13. void TableFill13(ULONG *, ULONG);
  14. void TableFill(ULONG *,ULONG *, ULONG *, ULONG *, ULONG *,
  15.                ULONG, ULONG, ULONG, struct ConfigureIt *, ULONG);
  16. void MyExit(ULONG,ULONG *);
  17.  
  18. ULONG FindZorro3Start(struct ConfigureIt *);
  19.  
  20. void * AllocAligned(ULONG, ULONG);
  21.  
  22. void PatchRom(ULONG *);
  23.  
  24. int main(int, unsigned char **);
  25.  
  26.